home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / cmp.readme < prev    next >
Text File  |  1998-02-19  |  3KB  |  101 lines

  1. Short:    Nice and tiny binary file compare tool
  2. Author:   thor@einstein.math.tu-berlin.de
  3. Uploader: thor@einstein.math.tu-berlin.de
  4. Version:  40.2
  5. Type:     util/misc
  6. Requires: OS 2.04 at least
  7.  
  8. _____________________________________________________________________________
  9.  
  10.                         The THOR-Software Licence
  11.  
  12.  
  13. This License applies to the computer programs known as "Cmp".
  14. The "Program", below, refers to such program.
  15.  
  16.  
  17. The programs and files in this distribution are freely distributable
  18. under the restrictions stated below, but are also Copyright (c)
  19. Thomas Richter.
  20.  
  21.  
  22. Distribution of the Program by a commercial organization without written
  23. permission from the author to any third party is prohibited if any payment
  24. is made in connection with such distribution, whether directly
  25. (as in payment for a copy of the Program) or indirectly (as in payment
  26. for some service related to the Program, or payment for some product
  27. or service that includes a copy of the Program "without charge";
  28. these are only examples, and not an exhaustive enumeration of prohibited
  29. activities). However, the following methods of distribution involving
  30. payment shall not in and of themselves be a violation of this restriction:
  31.  
  32.  
  33. (i) Posting the Program on a public access information storage and
  34. retrieval service for which a fee is received for retrieving information
  35. (such as an on-line service), provided that the fee is not
  36. content-dependent (i.e., the fee would be the same for retrieving the same
  37. volume of information consisting of random data).
  38.  
  39.  
  40.  
  41. (ii) Distributing the Program on a CD-ROM, provided that the files
  42. containing the Program are reproduced entirely and verbatim on such
  43. CD-ROM, and provided further that all information on such CD-ROM be
  44. redistributable for non-commercial purposes without charge.
  45.  
  46.  
  47.  
  48. Everything in this distribution must be kept together, in original
  49. and unmodified form.
  50.  
  51.  
  52.  
  53.  
  54. Limitations.
  55.  
  56. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  57. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  58. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  59. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  60. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  61. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  62. SERVICING, REPAIR OR CORRECTION.
  63.  
  64.  
  65.  
  66. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  67. THIS ARCHIVE.
  68.  
  69. _____________________________________________________________________________
  70.  
  71. Purpose of this program:
  72.  
  73.  
  74. Compare two binary files and print the difference in a TYPE HEX style output.
  75.  
  76. Synopsis:
  77.  
  78. Cmp FILE1/A,FILE2/A,WIDTH/N,BUFFERSIZE/N
  79.  
  80. FILE1,FILE2:        The two files to compare
  81.  
  82. WIDTH:            The width of the output, in bytes. Defaults to eight.
  83.  
  84. BUFFERSIZE:        The size of the I/O buffers. Default is 4096 bytes.
  85.  
  86.  
  87. "Cmp" is so tiny, even this readme is longer than the actual binary.... ;-)
  88.  
  89. _____________________________________________________________________________
  90.  
  91. Changes made since 40.2:
  92.  
  93.     -Cmp is now pure, i.e. can be made resident.
  94.     -Cmp uses the localized version for the "***Break" message.
  95.  
  96. _____________________________________________________________________________
  97.  
  98.  
  99. Thomas,        
  100.     January 1998
  101.